Refactor testing the registry
authorAlex Crichton <alex@alexcrichton.com>
Wed, 11 Nov 2015 02:08:06 +0000 (18:08 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 11 Nov 2015 02:10:06 +0000 (18:10 -0800)
commit80d1ba7f5d28a306e29d5dd1da160a27e9d944d2
treea057a84fc9661a127cd03fe165125db56b09d16e
parent6026a186422d942188f1e979cfd6b1001de8098c
Refactor testing the registry

Use a builder to publish packages instead of a one-off function with many
variants, should provide a much finer grained level of configurability for
future test cases against the registry.
tests/support/registry.rs
tests/test_cargo_install.rs
tests/test_cargo_package.rs
tests/test_cargo_registry.rs